home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Size Resource ⁄ 09.27.88 ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  742 b   |  32 lines  |  [TEXT/GEOL]

  1. Item    5223068                         27-Sept-88        23:43
  2.  
  3. From:   D1002                           PEMD Ed Group, Dev, E Rosenberg
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Size resource
  8.  
  9. Hi Everyone,
  10.  
  11. Below is the size resource from the DrawShapes 1.1.1 demo.  I'm not at all sure
  12. how to set it for our application and would very much appreciate some guidance.
  13. Partiularly, I don't know what the numbers at the end of the resouces refer to.
  14.  
  15. Thanks,
  16. Ernie Rosenberg
  17.  
  18. resource 'SIZE' (-1) {
  19.        saveScreen,
  20.        acceptSuspendResumeEvents,
  21.        doOwnActivate,
  22.     #ifdef Debugging
  23.        (352-32) * 1024,
  24.        (252-32) * 1024
  25.     #else
  26.        (255-32) * 1024,
  27.        (158-32) * 1024
  28.     #endif
  29. };
  30.  
  31.  
  32.